Search
LayoutBuilder.createLayout Method
See Also
 






Creates a StackPanel for each array of the specified Component-s and adds it to a parent StackPanel with the opposite orientation.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public StackPanel createLayout (
    boolean horizontal,
    Component[] c1,
    Component[] c2,
    Component[] c3
)

 Parameters

horizontal

true if the orientation of the parent StackPanel is horizontal; otherwise false.

c1

The first stack of Component-s.

c2

The second stack of Component-s.

c3

The third stack of Component-s.

 Return Value

A StackPanel instance.

 See Also